|
|
If you substitute this:
: #declare COL =
: union{
: cylinder{ <0, 0, 0>,<0, 5, 0>, 30
: material{ Kolom_M }
: }
: cylinder{ <0, 25, 0>, <0, 100, 0>, 22
: material {Kolom_M }
: }
: scale 2
: }
with this:
: #declare COL =
: union{
: cylinder{ <0, 0, 0>,<0, 5, 0>, 30
: }
: cylinder{ <0, 25, 0>, <0, 100, 0>, 22
: }
: material {Kolom_M }
: scale 2
: }
It doesn't complain anymore.
However, it shouldn't complain in the previous case either. Is this a bug?
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|